Inherit stdin when using `cargo run`
authorAlex Crichton <alex@alexcrichton.com>
Sat, 26 Jul 2014 04:10:43 +0000 (21:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 26 Jul 2014 04:10:43 +0000 (21:10 -0700)
commit9c0c3f9ece460348150144b41daef710da322018
tree7cd6eb1f674fc5f5d9d34b4622c8baf5452aa5eb
parent309bfe614359b6aafad71358bbfbe88b27d21d8b
Inherit stdin when using `cargo run`

Previously a pipe was made which could mess with stdin like in #267.

Closes #267
src/cargo/util/process_builder.rs